[INFO] cloning repository https://github.com/v0l/nostr-api
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/v0l/nostr-api" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fv0l%2Fnostr-api", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fv0l%2Fnostr-api'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] cb8eafc838d1e38dad2d68a2d3289d5a8b199c7b
[INFO] testing v0l/nostr-api against try#0abe69e6c16114311cc2700e972492e64d69c28f for pr-154065
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fv0l%2Fnostr-api" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/v0l/nostr-api
[INFO] finished tweaking git repo https://github.com/v0l/nostr-api
[INFO] tweaked toml for git repo https://github.com/v0l/nostr-api written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/v0l/nostr-api on toolchain 0abe69e6c16114311cc2700e972492e64d69c28f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/v0l/nostr-api already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] cc1acac26867dcdd950d458a73df4da5c46c53bd2a1197cb955494e36a6493bc
[INFO] running `Command { std: "docker" "start" "-a" "cc1acac26867dcdd950d458a73df4da5c46c53bd2a1197cb955494e36a6493bc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cc1acac26867dcdd950d458a73df4da5c46c53bd2a1197cb955494e36a6493bc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cc1acac26867dcdd950d458a73df4da5c46c53bd2a1197cb955494e36a6493bc", kill_on_drop: false }`
[INFO] [stdout] cc1acac26867dcdd950d458a73df4da5c46c53bd2a1197cb955494e36a6493bc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 75c6084a87f5995936fcc1bad426ac0a07c75eeb16cb7d2d3c460f55027dd616
[INFO] running `Command { std: "docker" "start" "-a" "75c6084a87f5995936fcc1bad426ac0a07c75eeb16cb7d2d3c460f55027dd616", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling unicode-ident v1.0.22
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]    Compiling libc v0.2.178
[INFO] [stderr]    Compiling find-msvc-tools v0.1.5
[INFO] [stderr]    Compiling bytes v1.11.0
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling slab v0.4.11
[INFO] [stderr]    Compiling fs_extra v1.3.0
[INFO] [stderr]    Compiling siphasher v1.0.1
[INFO] [stderr]    Compiling dunce v1.0.5
[INFO] [stderr]    Compiling zerocopy v0.8.31
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling rustls-pki-types v1.13.2
[INFO] [stderr]    Compiling aws-lc-rs v1.16.1
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling rustls v0.23.35
[INFO] [stderr]    Compiling ryu v1.0.21
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling crunchy v0.2.4
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling phf_shared v0.13.1
[INFO] [stderr]    Compiling bitcoin-io v0.1.4
[INFO] [stderr]    Compiling new_debug_unreachable v1.0.6
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]    Compiling hex-conservative v0.2.2
[INFO] [stderr]    Compiling indexmap v2.12.1
[INFO] [stderr]    Compiling phf_generator v0.13.1
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling ucd-trie v0.1.7
[INFO] [stderr]    Compiling typeid v1.0.3
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling precomputed-hash v0.1.1
[INFO] [stderr]    Compiling phf_codegen v0.13.1
[INFO] [stderr]    Compiling pest v2.8.4
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling webpki-roots v1.0.4
[INFO] [stderr]    Compiling data-encoding v2.9.0
[INFO] [stderr]    Compiling mac v0.1.1
[INFO] [stderr]    Compiling bech32 v0.11.1
[INFO] [stderr]    Compiling futf v0.1.5
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]    Compiling webpki-roots v0.26.11
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling dtoa v1.0.10
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]    Compiling string_cache_codegen v0.6.1
[INFO] [stderr]    Compiling erased-serde v0.4.9
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling dtoa-short v0.3.5
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling tendril v0.4.3
[INFO] [stderr]    Compiling event-listener v5.4.1
[INFO] [stderr]    Compiling selectors v0.33.0
[INFO] [stderr]    Compiling multer v3.1.0
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling lru v0.16.2
[INFO] [stderr]    Compiling winnow v0.7.14
[INFO] [stderr]    Compiling web_atoms v0.2.3
[INFO] [stderr]    Compiling openssl-probe v0.2.1
[INFO] [stderr]    Compiling portable-atomic v1.12.0
[INFO] [stderr]    Compiling pest_meta v2.8.4
[INFO] [stderr]    Compiling anstyle-parse v0.2.7
[INFO] [stderr]    Compiling hashlink v0.10.0
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling rustls-native-certs v0.8.3
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling socket2 v0.6.1
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling cc v1.2.50
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling const-random-macro v0.1.16
[INFO] [stderr]    Compiling event-listener-strategy v0.5.4
[INFO] [stderr]    Compiling servo_arc v0.4.3
[INFO] [stderr]    Compiling toml_datetime v0.7.5+spec-1.1.0
[INFO] [stderr]    Compiling serde_spanned v1.0.4
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling rustc-hash v2.1.1
[INFO] [stderr]    Compiling const-random v0.1.18
[INFO] [stderr]    Compiling string_cache v0.9.0
[INFO] [stderr]    Compiling atomic-destructor v0.3.0
[INFO] [stderr]    Compiling negentropy v0.5.0
[INFO] [stderr]    Compiling dlv-list v0.5.2
[INFO] [stderr]    Compiling unicode-width v0.2.2
[INFO] [stderr]    Compiling arraydeque v0.5.1
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]    Compiling iri-string v0.7.9
[INFO] [stderr]    Compiling ordered-multimap v0.7.3
[INFO] [stderr]    Compiling anstyle-query v1.1.5
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling moka v0.12.11
[INFO] [stderr]    Compiling cmake v0.1.57
[INFO] [stderr]    Compiling anstyle v1.0.13
[INFO] [stderr]    Compiling colorchoice v1.0.4
[INFO] [stderr]    Compiling serde-untagged v0.1.9
[INFO] [stderr]    Compiling getopts v0.2.24
[INFO] [stderr]    Compiling rust-ini v0.21.3
[INFO] [stderr]    Compiling anstream v0.6.21
[INFO] [stderr]    Compiling yaml-rust2 v0.10.4
[INFO] [stderr]    Compiling toml_parser v1.0.6+spec-1.1.0
[INFO] [stderr]    Compiling convert_case v0.6.0
[INFO] [stderr]    Compiling axum-core v0.5.6
[INFO] [stderr]    Compiling async-lock v3.4.1
[INFO] [stderr]    Compiling uuid v1.19.0
[INFO] [stderr]    Compiling crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling toml v0.9.10+spec-1.1.0
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling aws-lc-sys v0.38.0
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling secp256k1-sys v0.10.1
[INFO] [stderr]    Compiling serde_path_to_error v0.1.20
[INFO] [stderr]    Compiling iana-time-zone v0.1.64
[INFO] [stderr]    Compiling tagptr v0.2.0
[INFO] [stderr]    Compiling jiff v0.2.16
[INFO] [stderr]    Compiling matchit v0.8.4
[INFO] [stderr]    Compiling ego-tree v0.10.0
[INFO] [stderr]    Compiling pathdiff v0.2.3
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling pest_generator v2.8.4
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling env_filter v0.1.4
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling phf_macros v0.13.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling cssparser-macros v0.6.1
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling tokio v1.48.0
[INFO] [stderr]    Compiling derive_more-impl v2.1.0
[INFO] [stderr]    Compiling phf v0.13.1
[INFO] [stderr]    Compiling pest_derive v2.8.4
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling cssparser v0.36.0
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling markup5ever v0.36.1
[INFO] [stderr]    Compiling derive_more v2.1.0
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling html5ever v0.36.1
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling env_logger v0.11.8
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling bitcoin_hashes v0.14.1
[INFO] [stderr]    Compiling secp256k1 v0.29.1
[INFO] [stderr]    Compiling ron v0.12.0
[INFO] [stderr]    Compiling json5 v0.4.1
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling scraper v0.25.0
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling config v0.15.19
[INFO] [stderr]    Compiling url v2.5.7
[INFO] [stderr]    Compiling tokio-util v0.7.17
[INFO] [stderr]    Compiling tokio-socks v0.5.2
[INFO] [stderr]    Compiling nostr v0.44.2
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling async-utility v0.3.1
[INFO] [stderr]    Compiling h2 v0.4.12
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling nostr-database v0.44.0
[INFO] [stderr]    Compiling nostr-gossip v0.44.0
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling hyper-util v0.1.19
[INFO] [stderr]    Compiling axum v0.8.8
[INFO] [stderr]    Compiling rustls-webpki v0.103.8
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling tungstenite v0.26.2
[INFO] [stderr]    Compiling rustls-platform-verifier v0.6.2
[INFO] [stderr]    Compiling hyper-rustls v0.27.7
[INFO] [stderr]    Compiling reqwest v0.13.2
[INFO] [stderr]    Compiling tokio-tungstenite v0.26.2
[INFO] [stderr]    Compiling async-wsocket v0.13.1
[INFO] [stderr]    Compiling nostr-relay-pool v0.44.0
[INFO] [stderr]    Compiling nostr-sdk v0.44.1
[INFO] [stderr]    Compiling nostr_services_rs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 52s
[INFO] running `Command { std: "docker" "inspect" "75c6084a87f5995936fcc1bad426ac0a07c75eeb16cb7d2d3c460f55027dd616", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "75c6084a87f5995936fcc1bad426ac0a07c75eeb16cb7d2d3c460f55027dd616", kill_on_drop: false }`
[INFO] [stdout] 75c6084a87f5995936fcc1bad426ac0a07c75eeb16cb7d2d3c460f55027dd616
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 45b194202b2b4ad038de743f0950b83083902f9569b66e48886eb8fc472db318
[INFO] running `Command { std: "docker" "start" "-a" "45b194202b2b4ad038de743f0950b83083902f9569b66e48886eb8fc472db318", kill_on_drop: false }`
[INFO] [stderr]    Compiling nostr_services_rs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 10.85s
[INFO] running `Command { std: "docker" "inspect" "45b194202b2b4ad038de743f0950b83083902f9569b66e48886eb8fc472db318", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "45b194202b2b4ad038de743f0950b83083902f9569b66e48886eb8fc472db318", kill_on_drop: false }`
[INFO] [stdout] 45b194202b2b4ad038de743f0950b83083902f9569b66e48886eb8fc472db318
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] a1fd5b268dccc55d3c3c8ee9ed1a3cff35a0a649d88e9f57f336b10dd3fbdc0a
[INFO] running `Command { std: "docker" "start" "-a" "a1fd5b268dccc55d3c3c8ee9ed1a3cff35a0a649d88e9f57f336b10dd3fbdc0a", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.39s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/nostr_services_rs-0d878528ed10bfd4)
[INFO] [stdout] 
[INFO] [stdout] running 94 tests
[INFO] [stdout] test avatar::tests::test_avatar_sets_known_sets_allowlist ... ok
[INFO] [stdout] test fetch::tests::test_nip19_to_filter_profile_returns_metadata_filter ... ok
[INFO] [stdout] test fetch::tests::test_n19_key_coordinate_returns_formatted_key ... ok
[INFO] [stdout] test avatar::tests::test_avatar_sets_files_for_unknown_set_returns_none ... ok
[INFO] [stdout] test fetch::tests::test_n19_key_event_id_returns_hex ... ok
[INFO] [stdout] test avatar::tests::test_avatar_sets_load_does_not_panic ... ok
[INFO] [stdout] test link_preview::tests::test_is_private_ip_broadcast_v4 ... ok
[INFO] [stdout] test link_preview::tests::test_is_private_ip_loopback_v4 ... ok
[INFO] [stdout] test fetch::tests::test_nip19_to_filter_unknown_returns_none ... ok
[INFO] [stdout] test link_preview::tests::test_is_private_ip_loopback_v6 ... ok
[INFO] [stdout] test link_preview::tests::test_is_private_ip_public_v4 ... ok
[INFO] [stdout] test link_preview::tests::test_is_private_ip_public_v6 ... ok
[INFO] [stdout] test link_preview::tests::test_is_private_ip_unspecified_v4 ... ok
[INFO] [stdout] test fetch::tests::test_n19_key_event_returns_hex ... ok
[INFO] [stdout] test fetch::tests::test_process_queue_drops_lock_before_fetch ... ok
[INFO] [stdout] test fetch::tests::test_n19_key_profile_returns_hex ... ok
[INFO] [stdout] test fetch::tests::test_n19_key_pubkey_returns_hex ... ok
[INFO] [stdout] test link_preview::tests::test_validate_preview_url_rejects_http ... ok
[INFO] [stdout] test link_preview::tests::test_validate_preview_url_rejects_invalid_url ... ok
[INFO] [stdout] test link_preview::tests::test_validate_preview_url_rejects_localhost_name ... ok
[INFO] [stdout] test link_preview::tests::test_validate_preview_url_rejects_loopback_ip ... ok
[INFO] [stdout] test link_preview::tests::test_validate_preview_url_rejects_metadata_ip ... ok
[INFO] [stdout] test link_preview::tests::test_validate_preview_url_rejects_private_ip ... ok
[INFO] [stdout] test fetch::tests::test_nip19_to_filter_pubkey_returns_metadata_filter ... ok
[INFO] [stdout] test link_preview::tests::test_is_private_ip_private_v4 ... ok
[INFO] [stdout] test fetch::tests::test_n19_key_secret_returns_none ... ok
[INFO] [stdout] test link_preview::tests::test_is_private_ip_link_local_v4 ... ok
[INFO] [stdout] test fetch::tests::test_nip19_to_filter_event_id ... ok
[INFO] [stdout] test link_preview::tests::test_validate_preview_url_rejects_file_scheme ... ok
[INFO] [stdout] test fetch::tests::test_demand_returns_none_with_no_relays ... ok
[INFO] [stdout] test link_preview::tests::test_is_private_ip_unspecified_v6 ... ok
[INFO] [stdout] test link_preview::tests::test_validate_preview_url_rejects_dot_internal ... ok
[INFO] [stdout] test fetch::tests::test_get_profile_returns_none_with_no_relays ... ok
[INFO] [stdout] test link_preview::tests::test_validate_preview_url_valid_https ... ok
[INFO] [stdout] test fetch::tests::test_demand_uses_event_cache ... ok
[INFO] [stdout] test opengraph::tests::test_display_element_with_content ... ok
[INFO] [stdout] test opengraph::tests::test_display_escapes_attribute_values ... ok
[INFO] [stdout] test opengraph::tests::test_display_escapes_content ... ok
[INFO] [stdout] test opengraph::tests::test_display_self_closing_meta ... ok
[INFO] [stdout] test opengraph::tests::test_head_element_as_title_non_meta_returns_none ... ok
[INFO] [stdout] test opengraph::tests::test_head_element_as_title_non_og_title_returns_none ... ok
[INFO] [stdout] test opengraph::tests::test_head_element_as_title_og_title_produces_title_element ... ok
[INFO] [stdout] test opengraph::tests::test_head_element_meta_content_absent ... ok
[INFO] [stdout] test fetch::tests::test_process_queue_renotifies_when_more_items_remain ... ok
[INFO] [stdout] test opengraph::tests::test_head_element_meta_content_present ... ok
[INFO] [stdout] test opengraph::tests::test_html_escape_all_chars ... ok
[INFO] [stdout] test opengraph::tests::test_html_escape_ampersand ... ok
[INFO] [stdout] test opengraph::tests::test_html_escape_clean_string ... ok
[INFO] [stdout] test opengraph::tests::test_html_escape_double_quote ... ok
[INFO] [stdout] test opengraph::tests::test_head_element_meta_content_non_meta_element ... ok
[INFO] [stdout] test opengraph::tests::test_html_escape_greater_than ... ok
[INFO] [stdout] test opengraph::tests::test_inject_tags_empty_head_appends_all_tags ... ok
[INFO] [stdout] test opengraph::tests::test_inject_tags_empty_tags_list ... ok
[INFO] [stdout] test fetch::tests::test_client_accessor_returns_client ... ok
[INFO] [stdout] test opengraph::tests::test_inject_tags_escapes_injected_values ... ok
[INFO] [stdout] test opengraph::tests::test_inject_tags_duplicate_input_tags_not_appended_twice ... ok
[INFO] [stdout] test opengraph::tests::test_inject_tags_head_with_attributes_is_handled ... ok
[INFO] [stdout] test opengraph::tests::test_inject_tags_multiple_replacements_in_one_call ... ok
[INFO] [stdout] test opengraph::tests::test_inject_tags_body_is_not_modified ... ok
[INFO] [stdout] test opengraph::tests::test_inject_tags_appends_new_tags ... ok
[INFO] [stdout] test opengraph::tests::test_injected_tags_order_title_canonical_meta_script ... ok
[INFO] [stdout] test opengraph::tests::test_inject_tags_og_title_appended_when_no_existing_title ... ok
[INFO] [stdout] test opengraph::tests::test_inject_tags_preserves_unmatched_existing_children ... ok
[INFO] [stdout] test opengraph::tests::test_inject_tags_replaces_existing_canonical_not_duplicates ... ok
[INFO] [stdout] test opengraph::tests::test_html_escape_less_than ... ok
[INFO] [stdout] test opengraph::tests::test_inject_tags_meta_matched_by_name_attribute ... ok
[INFO] [stdout] test opengraph::tests::test_meta_tags_to_elements_count ... ok
[INFO] [stdout] test opengraph::tests::test_json_ld_to_script_is_not_html_escaped ... ok
[INFO] [stdout] test opengraph::tests::test_parse_nip05_invalid_name_char ... ok
[INFO] [stdout] test opengraph::tests::test_parse_nip05_lowercase_domain_normalised ... ok
[INFO] [stdout] test opengraph::tests::test_parse_nip05_missing_at ... ok
[INFO] [stdout] test opengraph::tests::test_parse_nip05_normalises_to_lowercase ... ok
[INFO] [stdout] test opengraph::tests::test_meta_tags_to_elements_empty ... ok
[INFO] [stdout] test opengraph::tests::test_inject_tags_replaces_existing_og_meta ... ok
[INFO] [stdout] test opengraph::tests::test_parse_nip05_rejects_dot_local ... ok
[INFO] [stdout] test opengraph::tests::test_parse_nip05_rejects_dot_localhost ... ok
[INFO] [stdout] test opengraph::tests::test_inject_tags_no_head_returns_original ... ok
[INFO] [stdout] test opengraph::tests::test_inject_tags_replaces_title_via_og_title ... ok
[INFO] [stdout] test opengraph::tests::test_parse_nip05_allowed_name_chars ... ok
[INFO] [stdout] test opengraph::tests::test_parse_nip05_rejects_ipv4_address ... ok
[INFO] [stdout] test opengraph::tests::test_replace_with_title_node_and_og_title_tag ... ok
[INFO] [stdout] test opengraph::tests::test_parse_nip05_allows_numeric_labels_that_are_not_full_ipv4 ... ok
[INFO] [stdout] test opengraph::tests::test_parse_nip05_domain_no_dot ... ok
[INFO] [stdout] test opengraph::tests::test_meta_tags_to_elements_structure ... ok
[INFO] [stdout] test opengraph::tests::test_inject_tags_snort_html_file ... ok
[INFO] [stdout] test opengraph::tests::test_parse_nip05_valid ... ok
[INFO] [stdout] test opengraph::tests::test_parse_nip05_multiple_at_signs ... ok
[INFO] [stdout] test opengraph::tests::test_parse_nip05_rejects_dot_internal ... ok
[INFO] [stdout] test opengraph::tests::test_parse_nip05_empty_domain ... ok
[INFO] [stdout] test opengraph::tests::test_replace_with_non_matching_meta_returns_none ... ok
[INFO] [stdout] test opengraph::tests::test_replace_with_matching_meta_returns_self ... ok
[INFO] [stdout] test fetch::tests::test_get_profile_uses_profile_cache ... ok
[INFO] [stdout] test link_preview::tests::test_validate_preview_url_rejects_dot_local ... ok
[INFO] [stdout] test opengraph::tests::test_tag_page_kieran_snort_social ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- opengraph::tests::test_tag_page_kieran_snort_social stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'opengraph::tests::test_tag_page_kieran_snort_social' (126) panicked at src/opengraph.rs:1244:9:
[INFO] [stdout] response should contain og:type tag, got:
[INFO] [stdout] <!DOCTYPE html><html><head><title>Snort</title></head><body></body></html>
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x55fcc41d87ba - std[ec4e911328de40a6]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x55fcc41d87ba - std[ec4e911328de40a6]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec4e911328de40a6]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x55fcc41d87ba - std[ec4e911328de40a6]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x55fcc41d87ba - <<std[ec4e911328de40a6]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[a96a4c5c53f902a3]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x55fcc41f158a - <core[a96a4c5c53f902a3]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x55fcc41f158a - core[a96a4c5c53f902a3]::fmt::write
[INFO] [stdout]    6:     0x55fcc41de042 - std[ec4e911328de40a6]::io::default_write_fmt::<alloc[c960326de6de28e6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x55fcc41de042 - <alloc[c960326de6de28e6]::vec::Vec<u8> as std[ec4e911328de40a6]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x55fcc41b578f - <std[ec4e911328de40a6]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x55fcc41b578f - std[ec4e911328de40a6]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x55fcc41d0089 - std[ec4e911328de40a6]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x55fcc362bcec - <alloc[c960326de6de28e6]::boxed::Box<dyn for<'a, 'b> core[a96a4c5c53f902a3]::ops::function::Fn<(&'a std[ec4e911328de40a6]::panic::PanicHookInfo<'b>,), Output = ()> + core[a96a4c5c53f902a3]::marker::Sync + core[a96a4c5c53f902a3]::marker::Send> as core[a96a4c5c53f902a3]::ops::function::Fn<(&std[ec4e911328de40a6]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x55fcc362bcec - test[30c43f9fd66fea90]::test_main_with_exit_callback::<test[30c43f9fd66fea90]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x55fcc41d0302 - <alloc[c960326de6de28e6]::boxed::Box<dyn for<'a, 'b> core[a96a4c5c53f902a3]::ops::function::Fn<(&'a std[ec4e911328de40a6]::panic::PanicHookInfo<'b>,), Output = ()> + core[a96a4c5c53f902a3]::marker::Sync + core[a96a4c5c53f902a3]::marker::Send> as core[a96a4c5c53f902a3]::ops::function::Fn<(&std[ec4e911328de40a6]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x55fcc41d0302 - std[ec4e911328de40a6]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x55fcc41b5848 - std[ec4e911328de40a6]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x55fcc41ac9c9 - std[ec4e911328de40a6]::sys::backtrace::__rust_end_short_backtrace::<std[ec4e911328de40a6]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x55fcc41b680d - __rustc[aa69f48705c57ca8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x55fcc41f1d7c - core[a96a4c5c53f902a3]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x55fcc33fc4b7 - nostr_services_rs[352e394e81c35558]::opengraph::tests::test_tag_page_kieran_snort_social::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/opengraph.rs:1244:9
[INFO] [stdout]   20:     0x55fcc336bf32 - <core[a96a4c5c53f902a3]::pin::Pin<&mut dyn core[a96a4c5c53f902a3]::future::future::Future<Output = ()>> as core[a96a4c5c53f902a3]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/future/future.rs:133:9
[INFO] [stdout]   21:     0x55fcc336bfad - <core[a96a4c5c53f902a3]::pin::Pin<&mut core[a96a4c5c53f902a3]::pin::Pin<&mut dyn core[a96a4c5c53f902a3]::future::future::Future<Output = ()>>> as core[a96a4c5c53f902a3]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/future/future.rs:133:9
[INFO] [stdout]   22:     0x55fcc33c09dd - <tokio[10011141b8d1a516]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[a96a4c5c53f902a3]::pin::Pin<&mut core[a96a4c5c53f902a3]::pin::Pin<&mut dyn core[a96a4c5c53f902a3]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:742:70
[INFO] [stdout]   23:     0x55fcc33c08db - tokio[10011141b8d1a516]::task::coop::with_budget::<core[a96a4c5c53f902a3]::task::poll::Poll<()>, <tokio[10011141b8d1a516]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut core[a96a4c5c53f902a3]::pin::Pin<&mut dyn core[a96a4c5c53f902a3]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   24:     0x55fcc33c08db - tokio[10011141b8d1a516]::task::coop::budget::<core[a96a4c5c53f902a3]::task::poll::Poll<()>, <tokio[10011141b8d1a516]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut core[a96a4c5c53f902a3]::pin::Pin<&mut dyn core[a96a4c5c53f902a3]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   25:     0x55fcc33c08db - <tokio[10011141b8d1a516]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[a96a4c5c53f902a3]::pin::Pin<&mut core[a96a4c5c53f902a3]::pin::Pin<&mut dyn core[a96a4c5c53f902a3]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:742:25
[INFO] [stdout]   26:     0x55fcc33a7d30 - <tokio[10011141b8d1a516]::runtime::scheduler::current_thread::Context>::enter::<core[a96a4c5c53f902a3]::task::poll::Poll<()>, <tokio[10011141b8d1a516]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut core[a96a4c5c53f902a3]::pin::Pin<&mut dyn core[a96a4c5c53f902a3]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   27:     0x55fcc33ba65d - <tokio[10011141b8d1a516]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[a96a4c5c53f902a3]::pin::Pin<&mut core[a96a4c5c53f902a3]::pin::Pin<&mut dyn core[a96a4c5c53f902a3]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:741:44
[INFO] [stdout]   28:     0x55fcc33b9954 - <tokio[10011141b8d1a516]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[10011141b8d1a516]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut core[a96a4c5c53f902a3]::pin::Pin<&mut dyn core[a96a4c5c53f902a3]::future::future::Future<Output = ()>>>>::{closure#0}, core[a96a4c5c53f902a3]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:829:68
[INFO] [stdout]   29:     0x55fcc32e671b - <tokio[10011141b8d1a516]::runtime::context::scoped::Scoped<tokio[10011141b8d1a516]::runtime::scheduler::Context>>::set::<<tokio[10011141b8d1a516]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[10011141b8d1a516]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut core[a96a4c5c53f902a3]::pin::Pin<&mut dyn core[a96a4c5c53f902a3]::future::future::Future<Output = ()>>>>::{closure#0}, core[a96a4c5c53f902a3]::option::Option<()>>::{closure#0}, (alloc[c960326de6de28e6]::boxed::Box<tokio[10011141b8d1a516]::runtime::scheduler::current_thread::Core>, core[a96a4c5c53f902a3]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   30:     0x55fcc33f9f49 - tokio[10011141b8d1a516]::runtime::context::set_scheduler::<(alloc[c960326de6de28e6]::boxed::Box<tokio[10011141b8d1a516]::runtime::scheduler::current_thread::Core>, core[a96a4c5c53f902a3]::option::Option<()>), <tokio[10011141b8d1a516]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[10011141b8d1a516]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut core[a96a4c5c53f902a3]::pin::Pin<&mut dyn core[a96a4c5c53f902a3]::future::future::Future<Output = ()>>>>::{closure#0}, core[a96a4c5c53f902a3]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context.rs:176:38
[INFO] [stdout]   31:     0x55fcc334bf72 - <std[ec4e911328de40a6]::thread::local::LocalKey<tokio[10011141b8d1a516]::runtime::context::Context>>::try_with::<tokio[10011141b8d1a516]::runtime::context::set_scheduler<(alloc[c960326de6de28e6]::boxed::Box<tokio[10011141b8d1a516]::runtime::scheduler::current_thread::Core>, core[a96a4c5c53f902a3]::option::Option<()>), <tokio[10011141b8d1a516]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[10011141b8d1a516]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut core[a96a4c5c53f902a3]::pin::Pin<&mut dyn core[a96a4c5c53f902a3]::future::future::Future<Output = ()>>>>::{closure#0}, core[a96a4c5c53f902a3]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[c960326de6de28e6]::boxed::Box<tokio[10011141b8d1a516]::runtime::scheduler::current_thread::Core>, core[a96a4c5c53f902a3]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   32:     0x55fcc334bafe - <std[ec4e911328de40a6]::thread::local::LocalKey<tokio[10011141b8d1a516]::runtime::context::Context>>::with::<tokio[10011141b8d1a516]::runtime::context::set_scheduler<(alloc[c960326de6de28e6]::boxed::Box<tokio[10011141b8d1a516]::runtime::scheduler::current_thread::Core>, core[a96a4c5c53f902a3]::option::Option<()>), <tokio[10011141b8d1a516]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[10011141b8d1a516]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut core[a96a4c5c53f902a3]::pin::Pin<&mut dyn core[a96a4c5c53f902a3]::future::future::Future<Output = ()>>>>::{closure#0}, core[a96a4c5c53f902a3]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[c960326de6de28e6]::boxed::Box<tokio[10011141b8d1a516]::runtime::scheduler::current_thread::Core>, core[a96a4c5c53f902a3]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   33:     0x55fcc33f4efd - tokio[10011141b8d1a516]::runtime::context::set_scheduler::<(alloc[c960326de6de28e6]::boxed::Box<tokio[10011141b8d1a516]::runtime::scheduler::current_thread::Core>, core[a96a4c5c53f902a3]::option::Option<()>), <tokio[10011141b8d1a516]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[10011141b8d1a516]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut core[a96a4c5c53f902a3]::pin::Pin<&mut dyn core[a96a4c5c53f902a3]::future::future::Future<Output = ()>>>>::{closure#0}, core[a96a4c5c53f902a3]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context.rs:176:17
[INFO] [stdout]   34:     0x55fcc33acd10 - <tokio[10011141b8d1a516]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[10011141b8d1a516]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut core[a96a4c5c53f902a3]::pin::Pin<&mut dyn core[a96a4c5c53f902a3]::future::future::Future<Output = ()>>>>::{closure#0}, core[a96a4c5c53f902a3]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:829:27
[INFO] [stdout]   35:     0x55fcc33ad006 - <tokio[10011141b8d1a516]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[a96a4c5c53f902a3]::pin::Pin<&mut core[a96a4c5c53f902a3]::pin::Pin<&mut dyn core[a96a4c5c53f902a3]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:729:24
[INFO] [stdout]   36:     0x55fcc33afb40 - <tokio[10011141b8d1a516]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[a96a4c5c53f902a3]::pin::Pin<&mut dyn core[a96a4c5c53f902a3]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   37:     0x55fcc330ba13 - tokio[10011141b8d1a516]::runtime::context::runtime::enter_runtime::<<tokio[10011141b8d1a516]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut dyn core[a96a4c5c53f902a3]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   38:     0x55fcc33a6ae1 - <tokio[10011141b8d1a516]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[a96a4c5c53f902a3]::pin::Pin<&mut dyn core[a96a4c5c53f902a3]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   39:     0x55fcc34729a4 - <tokio[10011141b8d1a516]::runtime::runtime::Runtime>::block_on_inner::<core[a96a4c5c53f902a3]::pin::Pin<&mut dyn core[a96a4c5c53f902a3]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   40:     0x55fcc3472b6f - <tokio[10011141b8d1a516]::runtime::runtime::Runtime>::block_on::<core[a96a4c5c53f902a3]::pin::Pin<&mut dyn core[a96a4c5c53f902a3]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   41:     0x55fcc340d5f6 - nostr_services_rs[352e394e81c35558]::opengraph::tests::test_tag_page_kieran_snort_social
[INFO] [stdout]                                at /opt/rustwide/workdir/src/opengraph.rs:1260:10
[INFO] [stdout]   42:     0x55fcc33fa927 - nostr_services_rs[352e394e81c35558]::opengraph::tests::test_tag_page_kieran_snort_social::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/opengraph.rs:1182:49
[INFO] [stdout]   43:     0x55fcc31e4fa6 - <nostr_services_rs[352e394e81c35558]::opengraph::tests::test_tag_page_kieran_snort_social::{closure#0} as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x55fcc361fdcb - <fn() -> core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String> as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x55fcc361fdcb - test[30c43f9fd66fea90]::__rust_begin_short_backtrace::<core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>, fn() -> core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:663:18
[INFO] [stdout]   46:     0x55fcc362c7bb - test[30c43f9fd66fea90]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:686:74
[INFO] [stdout]   47:     0x55fcc362c7bb - <core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<test[30c43f9fd66fea90]::run_test_in_process::{closure#0}> as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   48:     0x55fcc362c7bb - std[ec4e911328de40a6]::panicking::catch_unwind::do_call::<core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<test[30c43f9fd66fea90]::run_test_in_process::{closure#0}>, core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   49:     0x55fcc362c7bb - std[ec4e911328de40a6]::panicking::catch_unwind::<core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>, core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<test[30c43f9fd66fea90]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   50:     0x55fcc362c7bb - std[ec4e911328de40a6]::panic::catch_unwind::<core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<test[30c43f9fd66fea90]::run_test_in_process::{closure#0}>, core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panic.rs:359:14
[INFO] [stdout]   51:     0x55fcc362c7bb - test[30c43f9fd66fea90]::run_test_in_process
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:686:27
[INFO] [stdout]   52:     0x55fcc362c7bb - test[30c43f9fd66fea90]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:607:43
[INFO] [stdout]   53:     0x55fcc3627ed4 - test[30c43f9fd66fea90]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:637:41
[INFO] [stdout]   54:     0x55fcc3627ed4 - std[ec4e911328de40a6]::sys::backtrace::__rust_begin_short_backtrace::<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   55:     0x55fcc362f3c2 - std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked::<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   56:     0x55fcc362f3c2 - <core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x55fcc362f3c2 - std[ec4e911328de40a6]::panicking::catch_unwind::do_call::<core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x55fcc362f3c2 - std[ec4e911328de40a6]::panicking::catch_unwind::<(), core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x55fcc362f3c2 - std[ec4e911328de40a6]::panic::catch_unwind::<core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x55fcc362f3c2 - std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked::<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   61:     0x55fcc362f3c2 - <std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1} as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x55fcc41d7d2f - <alloc[c960326de6de28e6]::boxed::Box<dyn core[a96a4c5c53f902a3]::ops::function::FnOnce<(), Output = ()> + core[a96a4c5c53f902a3]::marker::Send> as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   63:     0x55fcc41d7d2f - <std[ec4e911328de40a6]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   64:     0x7de942042aa4 - <unknown>
[INFO] [stdout]   65:     0x7de9420cfa64 - clone
[INFO] [stdout]   66:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     opengraph::tests::test_tag_page_kieran_snort_social
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 93 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.40s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--bin nostr_services_rs`
[INFO] running `Command { std: "docker" "inspect" "a1fd5b268dccc55d3c3c8ee9ed1a3cff35a0a649d88e9f57f336b10dd3fbdc0a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a1fd5b268dccc55d3c3c8ee9ed1a3cff35a0a649d88e9f57f336b10dd3fbdc0a", kill_on_drop: false }`
[INFO] [stdout] a1fd5b268dccc55d3c3c8ee9ed1a3cff35a0a649d88e9f57f336b10dd3fbdc0a
